home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / amige312.dms / in.adf / Src2 / Tools / Arexx / arexxtest.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1992-09-02  |  147 b   |  15 lines

  1. /* rx module test */
  2.  
  3. address AREXXTESTPORT
  4.  
  5. OPTIONS RESULTS
  6.  
  7. say 'testing....'
  8.  
  9. 'bla'
  10. say 'result='result
  11. 'quit'
  12. say 'result='result
  13.  
  14. say 'done.'
  15.